From 37ec546c6aac0252692f7e8ce81b1095c97119b5 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 5 Jul 2012 21:54:35 -0400 Subject: [PATCH] * doc/lispref/intro.texi (A Sample Variable Description): Use @dfn more. --- doc/lispref/ChangeLog | 2 +- doc/lispref/intro.texi | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f65e11c6050..574a3cb76f4 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,7 +1,7 @@ 2012-07-06 Richard Stallman * intro.texi (Evaluation Notation, A Sample Function Description): - Improve/undo previous changes. + (A Sample Variable Description): Improve/undo previous changes. 2012-07-05 Glenn Morris diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index 0e8e0e5a8eb..a86079b1df2 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi @@ -446,9 +446,9 @@ from @var{body}, which includes all remaining elements of the form. @cindex option descriptions A @dfn{variable} is a name that can be bound to an object; binding -is frequently referred to as `setting', and the object to which -a variable is `set' is often called a `value' that the variable -`holds'. Although nearly all variables can be set by the user, +is frequently referred to as @dfn{setting}, and the object to which +a variable is set is often called a @dfn{value} that the variable +@dfn{holds}. Although nearly all variables can be set by the user, certain variables exist specifically so that users can change them; these are called @dfn{user options}. Ordinary variables and user options are described using a format like that for functions, except -- 2.30.2